QRCodeLevel Constants Reference

Declared in CpclCommand.h

QRCodeLevel

@enum QRCodeLevel

二维码纠错等级(QR code error correction level)

Definition

typedef NS_ENUM(NSUInteger, QRCodeLevel ) {
   QRCODE_LEVEL_H,
   QRCODE_LEVEL_Q,
   QRCODE_LEVEL_M,
   QRCODE_LEVEL_L,
};

Constants

QRCODE_LEVEL_H

极高可靠性级别(H级)Extremely high reliability level (Class H)

Declared In CpclCommand.h.

QRCODE_LEVEL_Q

高可靠性级别(Q级)High reliability level (Q-level)

Declared In CpclCommand.h.

QRCODE_LEVEL_M

标准级别(M级)Standard grade (M grade)

Declared In CpclCommand.h.

QRCODE_LEVEL_L

高密度级别(L级)High Density Level (L Level)

Declared In CpclCommand.h.

Declared In

CpclCommand.h